projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ccbd0d
)
Fix unbalanced quotes.
author
Juri Linkov
<juri@jurta.org>
Wed, 1 Nov 2006 23:23:08 +0000
(23:23 +0000)
committer
Juri Linkov
<juri@jurta.org>
Wed, 1 Nov 2006 23:23:08 +0000
(23:23 +0000)
lispintro/emacs-lisp-intro.texi
patch
|
blob
|
history
diff --git
a/lispintro/emacs-lisp-intro.texi
b/lispintro/emacs-lisp-intro.texi
index 77d2252b671fffd6fc610934fab6ba172fb9221e..44dc14f20cfb212273147fa0391655fbf6106bac 100644
(file)
--- a/
lispintro/emacs-lisp-intro.texi
+++ b/
lispintro/emacs-lisp-intro.texi
@@
-9230,7
+9230,7
@@
written like this:
@smallexample
@group
"Set point to POSITION, a number or marker.\n\
-Beginning of buffer is position (point-min), end is (point-max).
+Beginning of buffer is position (point-min), end is (point-max).
"
@end group
@end smallexample
@end itemize
@@
-10194,7
+10194,7
@@
kill-ring kill-ring-yank-pointer
| | |
| | --> "yet more text"
| |
- | --> "a different piece of text
+ | --> "a different piece of text
"
|
--> "some text"
@end group